projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac3c8a
)
* lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
author
Juri Linkov
<juri@linkov.net>
Sun, 6 Dec 2015 00:20:12 +0000
(
02:20
+0200)
committer
Juri Linkov
<juri@linkov.net>
Sun, 6 Dec 2015 00:20:12 +0000
(
02:20
+0200)
Let-bind isearch-regexp-function to nil. (Bug#22097)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index fe27f0f158c138f5da0def7dd16a05c9bb4868c4..aa51446d6b4645ce7cd07d59dce64e0fc999494f 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-2809,6
+2809,7
@@
The variable `ispell-highlight-face' selects the face to use for highlighting."
(regexp-quote (buffer-substring-no-properties start end))
"\\b"))
(isearch-regexp t)
+ (isearch-regexp-function nil)
(isearch-case-fold-search nil)
(isearch-forward t)
(isearch-other-end start)